go/types.Func.hasPtrRecv (method)
4 uses
go/types (current package)
lookup.go#L205: if f.hasPtrRecv() && !indirect && !addressable {
methodset.go#L231: if _, found := s[key]; !found && (indirect || !f.hasPtrRecv()) {
named.go#L189: if origm.hasPtrRecv() {
object.go#L350: func (obj *Func) hasPtrRecv() bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)